runtime.g.syscallpc (field)
13 uses
runtime (current package)
cgocall.go#L336: savedpc := gp.syscallpc
heapdump.go#L344: pc = gp.syscallpc
proc.go#L2396: gp.syscallpc = gp.sched.pc
proc.go#L4409: gp.syscallpc = pc
proc.go#L4556: gp.syscallpc = gp.sched.pc
proc.go#L5453: if mp.ncgo > 0 && mp.curg != nil && mp.curg.syscallpc != 0 && mp.curg.syscallsp != 0 {
proc.go#L5469: u.initAt(mp.curg.syscallpc, mp.curg.syscallsp, 0, mp.curg, unwindSilentErrors)
runtime2.go#L439: syscallpc uintptr // if status==Gsyscall, syscallpc = sched.pc to use during gc
stack.go#L995: gp.syscallpc = morebuf.pc
traceback.go#L153: pc0 = gp.syscallpc
traceback.go#L223: isSyscall := frame.pc == pc0 && frame.sp == sp0 && pc0 == gp.syscallpc && sp0 == gp.syscallsp
traceback.go#L842: pc = gp.syscallpc
tracestack.go#L112: pcBuf[1] = gp.syscallpc
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |